@charset "utf-8";
/* 幻灯片 */
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 10;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 12px;
  	height: 12px;
	border-radius: 100%;
  	background-color: #ffffff;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #ff0000;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 500px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 32px;
 	height: 82px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}

/* 地板分类 */
.section1{
	font-size: 0;
	padding-top: 60px;
	padding-bottom: 30px;
}
.section1 .list{
	
}
.section1 .list .item{
	position: relative;
	width: 598px;
	height: 290px;
	overflow: hidden;
	margin-right: 4px;
	margin-top: 50px;
}
.section1 .list .item:nth-child(2n){
	margin-right: 0;
}
.section1 .list .item:nth-child(1),
.section1 .list .item:nth-child(2){
	margin-top: 0;
}
.section1 .list .item .pic{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.section1 .list .item:hover .pic{
	transform: translate(-50%,-50%) scale(1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2);
	-o-transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
}
.section1 .list .item .gai{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,.3);
	text-align: center;
	padding-top: 90px;
}
.section1 .list .item .gai .icon{
	width: 40px;
	height: 40px;
}
.section1 .list .item .gai .en_title{
	font-size: 18px;
	color: #ffffff;
	font-weight: lighter;
	line-height: 100%;
	margin-top: 25px;
	margin-bottom: 17px;
}
.section1 .list .item .gai .title{
	font-size: 24px;
	color: #ffffff;
	font-weight: lighter;
	line-height: 100%;
}

/* 公用部分 */
.gongyong-more{
	text-align: center;
}
.gongyong-more a{
	display: inline-block;
	vertical-align: top;
	width: 155px;
	height: 40px;
	border: 1px solid #2c5293;
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #2c5293;
	font-weight: lighter;
	transition: all .3s;
}
.gongyong-more a:hover{
	background: #2c5293;
	color: #ffffff;
}
.gongyong-cate-title{
	text-align: center;
	font-size: 32px;
	color: #2c5293;
	font-weight: lighter;
	line-height: 100%;
	padding-bottom: 20px;
	background: url(../images/xian.png) no-repeat bottom center;
}

/* 关于芮尔 */
.section2{
	padding-top: 30px;
	padding-bottom: 40px;
}
.section2 .cate-title{
	text-align: center;
	margin-bottom: 40px;
}
.section2 .cate-title .title{
	font-size: 0;
}
.section2 .cate-title .title .icon{
	height: 50px;
	display: inline-block;
	vertical-align: top;
}
.section2 .cate-title .title .text{
	font-size: 32px;
	color: #2c5293;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
.section2 .cate-title .desc{
	font-size: 24px;
	color: #6c6c6c;
	font-weight: lighter;
	line-height: 100%;
	margin-top: 12px;
}
.section2 .singlepage{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: lighter;
	width: 1000px;
	margin: 0 auto 40px;
}

/* 地板世界 */
.section3{
	padding-top: 80px;
	padding-bottom: 35px;
	font-size: 0;
}
.section3 .list{
	margin-top: 48px;
	margin-bottom: 60px;
}
.section3 .list .item{
	position: relative;
	width: 393px;
	height: 325px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 10.5px;
	cursor: pointer;
}
.section3 .list .item:nth-child(3n){
	margin-right: 0;
}
.section3 .list .item:nth-child(1),
.section3 .list .item:nth-child(2),
.section3 .list .item:nth-child(3){
	margin-top: 0;
}
.section3 .list .item .pic{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.section3 .list .item:hover .pic{
	transform: translate(-50%,-50%) scale(1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2);
	-o-transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
}
.section3 .list .item .gai{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(44,82,147,.75);
	text-align: center;
	padding-top: 108px;
	transition: all .3s;
}
.section3 .list .item:hover .gai{
	top: 0;
}
.section3 .list .item .gai .icon{
	width: 55px;
	height: 55px;
}
.section3 .list .item .gai .title{
	font-size: 28px;
	color: #ffffff;
	font-weight: lighter;
	line-height: 100%;
	margin-top: 35px;
}

/* 客户案例 */
.section4{	
	padding-top: 35px;
	padding-bottom: 35px;
}
.section4 .picScroll-left {
	position: relative;
	margin-top: 40px;
}

.section4 .picScroll-left .hd {
	width: 1314px;
	height: 0;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.section4 .picScroll-left .hd .prev,
.section4 .picScroll-left .hd .next {
	width: 40px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.section4 .picScroll-left .hd .prev{
	background-image: url(../images/case-prev.jpg);
}
.section4 .picScroll-left .hd .next {	
	background-image: url(../images/case-next.jpg);
}
.section4 .picScroll-left .bd {
	overflow: hidden;
}
.section4 .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.section4 .picScroll-left .bd ul li {
	margin-right: 24px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.section4 .picScroll-left .bd ul li .pic {
	display: block;
	position: relative;
	width: 180px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	transition: all .3s;
}
.section4 .picScroll-left .bd ul li:hover .pic{
	border: 1px solid #2c5293;
}
.section4 .picScroll-left .bd ul li .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all .3s;
}
.section4 .picScroll-left .bd ul li:hover .pic img {
	transform: translate(-50%,-50%) scale(1.2);
	-ms-transform: translate(-50%,-50%) scale(1.2);
	-o-transform: translate(-50%,-50%) scale(1.2);
	-moz-transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
}
/* 新闻资讯 */
.section5{
	padding-top: 35px;
	padding-bottom: 105px;
}
.section5 .news-box{
	margin-top: 60px;
	margin-bottom: 50px;
}
.section5 .news-box .list{
	width: 100%;
}
.section5 .news-box .list .item{
	padding: 14px 0;
	border-bottom: 1px dashed #d7d6d4;
	width: 590px;
	margin-right: 20px;
}
.section5 .news-box .list .item:nth-child(2n){
	margin-right: 0;
}
.section5 .news-box .list .item .time{
	width: 84px;
	height: 84px;
	border-radius: 8px;
	background: #ededed;
	text-align: center;
	padding-top: 17px;
}
.section5 .news-box .list .item .time span{
	display: block;
	font-size: 26px;
	color: #333333;
	line-height: 100%;
	font-weight: lighter;
}
.section5 .news-box .list .item .time p{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 100%;
	font-weight: lighter;
	margin-top: 10px;
}
.section5 .news-box .list .item .content{
	width: 486px;
	padding-top: 10px;
	padding-bottom: 4px;
}
.section5 .news-box .list .item .content .title{
	font-size: 0;
}
.section5 .news-box .list .item .content .title a{
	display: inline-block;
	font-size: 18px;
	color: #000000;
	line-height: 100%;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	transition: all .3s;
}
.section5 .news-box .list .item .content .title a:hover{
	color: #2c5293;
}
.section5 .news-box .list .item .content .desc{
	font-size: 14px;
	color: #989898;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 8px;
}

/* 友情链接 */
.section6{
	padding-bottom: 40px;
}
.section6 .cate-title{
	font-size: 18px;
	color: #000000;
	font-weight: lighter;
}
.section6 .list{
	margin-top: 10px;
}
.section6 .list li{
	padding-right: 10px;
	margin-right: 10px;
}
.section6 .list a{
	display: block;
	font-size: 14px;
	color: #666666;
	transition: all .3s;
}
.section6 .list a:hover{
	color: #2c5293;
}